home *** CD-ROM | disk | FTP | other *** search
/ 3D Games (Spidla) / 3dhry2.iso / Cube Drop 2001 1.0 / MainFrm.h < prev    next >
Encoding:
C/C++ Source or Header  |  2003-03-17  |  1.6 KB  |  61 lines

  1. /*
  2. Authors: David Nishimoto and Thomas Lee
  3. Website: http://www.listensoftware.com
  4. Program: Cube Drop
  5. */
  6.  
  7. #if !defined(AFX_MAINFRM_H__4431AE09_2C62_11D3_955D_8422F5C00000__INCLUDED_)
  8. #define AFX_MAINFRM_H__4431AE09_2C62_11D3_955D_8422F5C00000__INCLUDED_
  9.  
  10. #if _MSC_VER >= 1000
  11. #pragma once
  12. #endif // _MSC_VER >= 1000
  13.  
  14. class CMainFrame : public CFrameWnd
  15. {
  16. protected: // create from serialization only
  17.     CMainFrame();
  18.     DECLARE_DYNCREATE(CMainFrame)
  19.  
  20. // Attributes
  21. public:
  22.  
  23. // Operations
  24. public:
  25.  
  26. // Overrides
  27.     // ClassWizard generated virtual function overrides
  28.     //{{AFX_VIRTUAL(CMainFrame)
  29.     virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  30.     //}}AFX_VIRTUAL
  31.  
  32. // Implementation
  33. public:
  34.     virtual ~CMainFrame();
  35. #ifdef _DEBUG
  36.     virtual void AssertValid() const;
  37.     virtual void Dump(CDumpContext& dc) const;
  38. #endif
  39.  
  40. protected:  // control bar embedded members
  41.     CStatusBar  m_wndStatusBar;
  42.     CToolBar    m_wndToolBar;
  43.  
  44. // Generated message map functions
  45. protected:
  46.     //{{AFX_MSG(CMainFrame)
  47.     afx_msg BOOL OnQueryNewPalette();
  48.     afx_msg void OnPaletteChanged(CWnd* pFocusWnd);
  49.         // NOTE - the ClassWizard will add and remove member functions here.
  50.         //    DO NOT EDIT what you see in these blocks of generated code!
  51.     //}}AFX_MSG
  52.     DECLARE_MESSAGE_MAP()
  53. };
  54.  
  55. /////////////////////////////////////////////////////////////////////////////
  56.  
  57. //{{AFX_INSERT_LOCATION}}
  58. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  59.  
  60. #endif // !defined(AFX_MAINFRM_H__4431AE09_2C62_11D3_955D_8422F5C00000__INCLUDED_)
  61.